Overload | Description |
---|---|
SaveToFileAsync(NFile,NRectangle,Double,NImageEncoderSettings) | Saves the given bounds of the document to the specified file. |
SaveToFileAsync(String) | Renders the document as image to the specified file. In sandboxed platforms like WebAssembly this method may not work due to security permissions (i.e. access to the file system may be forbidden). |
SaveToFileAsync(NFile) | Saves the document to the specified file. |
SaveToFileAsync(NFile,NRectangle,Double) | Saves the given bounds of the document to the specified file. |